﻿<!DOCTYPE html>
<html lang="zh-CN">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>页面出错了 - 北语出版社</title>
  <style>
    body {
      font-family: "Microsoft YaHei", Arial, sans-serif;
      background-color: #f5f7fa;
      color: #333;
      margin: 0;
      padding: 0;
      line-height: 1.6;
    }
    .container {
      max-width: 600px;
      margin: 100px auto;
      text-align: center;
      padding: 20px;
    }
    h1 {
      font-size: 2.2em;
      color: #d32f2f;
      margin-bottom: 20px;
    }
    p {
      font-size: 1.1em;
      color: #555;
    }
    .btn {
      display: inline-block;
      margin-top: 20px;
      padding: 10px 24px;
      background-color: #1976d2;
      color: white;
      text-decoration: none;
      border-radius: 4px;
      font-weight: bold;
    }
    .btn:hover {
      background-color: #1565c0;
    }
    .footer {
      margin-top: 30px;
      font-size: 0.9em;
      color: #888;
    }
  </style>
</head>
<body>
  <div class="container">
    <h1>哎呀，出错了！</h1>
    <p>很抱歉，当前页面无法正常访问。</p>
    <p>可能是系统正在维护，或请求的页面不存在。</p>
    <a href="https://www.blcup.com" class="btn">返回首页</a>
    <div class="footer">
      <p>© 2025 北京语言大学出版社有限公司</p>
    </div>
  </div>
</body>
</html>